home *** CD-ROM | disk | FTP | other *** search
/ Game Zone - 1,000+ Games / GAMEZONE.BIN / Programs / Win / 2X DYNAMITE / 32xdyn12.exe / 2XDYNA.EXE / 0 / RCDATA / TDOUBLEFORM / TDOUBLEFORM.txt < prev   
Text File  |  1999-05-04  |  4KB  |  146 lines

  1. object DoubleForm: TDoubleForm
  2.   Left = 298
  3.   Top = 297
  4.   BorderStyle = bsDialog
  5.   Caption = 'Pyramid'
  6.   ClientHeight = 384
  7.   ClientWidth = 592
  8.   Color = clBlack
  9.   Font.Color = clBlack
  10.   Font.Height = -13
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   PixelsPerInch = 96
  14.   Position = poScreenCenter
  15.   OnClose = FormClose
  16.   OnCreate = FormCreate
  17.   OnPaint = FormPaint
  18.   TextHeight = 16
  19.   object BlueBox: TImage
  20.     Left = 361
  21.     Top = 52
  22.     Width = 64
  23.     Height = 64
  24.     AutoSize = True
  25.     Picture.Data = {<image000.bmp>}
  26.     Visible = False
  27.     OnClick = BlueBoxClick
  28.   end
  29.   object Red: TImage
  30.     Left = 433
  31.     Top = 52
  32.     Width = 64
  33.     Height = 64
  34.     AutoSize = True
  35.     Picture.Data = {<image001.bmp>}
  36.     Visible = False
  37.   end
  38.   object Label1: TLabel
  39.     Left = 132
  40.     Top = 14
  41.     Width = 165
  42.     Height = 35
  43.     AutoSize = False
  44.     Caption = 'Label1'
  45.     Font.Color = clBlue
  46.     Font.Height = -32
  47.     Font.Name = 'MS Sans Serif'
  48.     Font.Style = []
  49.     ParentFont = False
  50.   end
  51.   object Label2: TLabel
  52.     Left = 4
  53.     Top = 18
  54.     Width = 117
  55.     Height = 35
  56.     Alignment = taRightJustify
  57.     AutoSize = False
  58.     Caption = 'Winnings:'
  59.     Font.Color = clRed
  60.     Font.Height = -19
  61.     Font.Name = 'MS Sans Serif'
  62.     Font.Style = []
  63.     ParentFont = False
  64.   end
  65.   object BitBtn1: TBitBtn
  66.     Left = 16
  67.     Top = 326
  68.     Width = 129
  69.     Height = 48
  70.     Caption = '&OK'
  71.     Font.Color = clBlack
  72.     Font.Height = -11
  73.     Font.Name = 'MS Sans Serif'
  74.     Font.Style = []
  75.     ParentFont = False
  76.     TabOrder = 0
  77.     OnClick = BitBtn1Click
  78.     Kind = bkOK
  79.   end
  80.   object BitBtn2: TBitBtn
  81.     Left = 16
  82.     Top = 264
  83.     Width = 129
  84.     Height = 48
  85.     Caption = '&Card Game'
  86.     TabOrder = 1
  87.     OnClick = BitBtn2Click
  88.     Glyph.Data = {
  89.       E2020000424DE2020000000000007600000028000000210000001F0000000100
  90.       0400000000006C020000CE0E0000C40E00000000000000000000000000000000
  91.       80000080000000808000800000008000800080800000C0C0C000808080000000
  92.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00222222222222
  93.       2222222222222222222220000000222222222220000222222222222222222000
  94.       0000222222222200FFF000222222222222222000000022222222220FFFFFF000
  95.       222222222222200000002222222220FF000FFFF0002222222222200000002222
  96.       222220F00FF000FFFF000222222220000000222222220FF0FFFFF000FFFF0002
  97.       22222000000022222220FF0FFF000FFF000FFF002222200000002222220FF0FF
  98.       F00FF000FFF00002222220000000222220FF0FFFF0FFFFF000FFF00022222000
  99.       000022220FFF0FFF0FF00000FF000F022222200000002220FFF0FFF0FFF0FFF0
  100.       000000002222200000002200FF0FFF0FFF0F99FFFFFFF000000220000000200F
  101.       F0FFFF0FFF0F99FFFFFFFFFFFF002000000020FF0FFFF0FFF00FFFFFFFFFFFF9
  102.       9FF0200000002200FFFF0FFFF0FFFFFFFFFFFFF99F02200000002200FFF0FFFF
  103.       F0FFFFFFFFFFFFFFFF0220000000220FFF0FFFF000FFFFFF999FFFFFF0022000
  104.       0000220000FFFF000FFFFFF9999FFFFFF02220000000222200FFFF000FFFFF99
  105.       9999FFFFF0222000000022220FFFFF00FFFFFFF99999FFFF0022200000002222
  106.       000FFFF0FFFFFFF9999FFFFF022220000000222222200000FFFFFFFF99FFFFFF
  107.       02222000000022222222200FF99FFFFFFFFFFFF022222000000022222222220F
  108.       F99FFFFFFFFFFFF0222220000000222222222200FFFFFFFFFFF99F0022222000
  109.       000022222222222000000FFFFFF99F0222222000000022222222222222220000
  110.       00FFFF0222222000000022222222222222222222200000222222200000002222
  111.       2222222222222222222222222222200000002222222222222222222222222222
  112.       222220000000}
  113.   end
  114.   object Memo1: TMemo
  115.     Left = 24
  116.     Top = 74
  117.     Width = 185
  118.     Height = 89
  119.     Color = clBlack
  120.     Ctl3D = False
  121.     Font.Color = clWhite
  122.     Font.Height = -13
  123.     Font.Name = 'MS Sans Serif'
  124.     Font.Style = []
  125.     Lines.Strings = (
  126.       'Memo1')
  127.     ParentCtl3D = False
  128.     ParentFont = False
  129.     TabOrder = 2
  130.   end
  131.   object BitBtn3: TBitBtn
  132.     Left = 16
  133.     Top = 200
  134.     Width = 129
  135.     Height = 48
  136.     Font.Color = clBlack
  137.     Font.Height = -11
  138.     Font.Name = 'MS Sans Serif'
  139.     Font.Style = []
  140.     ParentFont = False
  141.     TabOrder = 3
  142.     OnClick = BitBtn1Click
  143.     Kind = bkHelp
  144.   end
  145. end
  146.